#hero {
    background: url(../img/BizzControl/bizzcontrol-background.png)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center right!important;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-content-bizzcontrol {
    position: relative;
}
.hex:hover {
    scale: 1.1;
}
.sol-card {
    border-radius: 1rem;
    background: var(--white);
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .1);
    padding: 2rem;
    height: 100%}
.sol-card:hover {
    scale: 1.05;
}
.row-hex2 {
    margin-top: -12rem;
}
.row-hex3 {
    margin-top: -13rem;
}
.sol-card:hover .sol-img1 img {
    content: url(../img/BizzControl/realtime-sales-hover.svg);
}
.sol-card:hover .sol-img2 img {
    content: url(../img/BizzControl/Effective-product-hover.svg);
}
.sol-card:hover .sol-img3 img {
    content: url(../img/BizzControl/robust-financial-hover.svg);
}
.sol-card:hover .sol-img4 img {
    content: url(../img/BizzControl/efficient-invoicinng-hover.svg);
}
.sol-card:hover .sol-img5 img {
    content: url(../img/BizzControl/simplified-taxation-hover.svg);
}
.sol-card:hover .sol-img6 img {
    content: url(../img/BizzControl/flexible-multi-device-hover.svg);
}
.sol-card:hover .sol-img7 img {
    content: url(../img/BizzControl/stock-hover.svg);
}
.sol-card:hover .sol-img8 img {
    content: url(../img/BizzControl/optimized-logistics-hover.svg);
}
.sol-card:hover .sol-img9 img {
    content: url(../img/BizzControl/customer-relation-hover.svg);
}


@media (max-width:1280px) {
    .row-hex2, .row-hex3 {
    margin-top: -18rem;
}
}@media (max-width:1250px) {
    .row-hex2 {
    margin-top: -18rem;
}
.row-hex3 {
    margin-top: -17rem;
}
}@media (max-width:680px) {
    .row-hex2 {
    margin-top: 0!important;
}
.row-hex3 {
    margin-top: 0;
}
.sol-card {
    margin: 8px;
}
}@media(min-width:2100px) {
    .hex {
    padding: 12rem 18rem;
}
}
@media(max-width:500px){
    .hex img{
        width:50px !important;
       
    }
}
@media (max-width: 767px) {
  .outter.hero-video {
    height: 325px;
  }
   .hero-video h1 {
    font-size: 18px;
  }
  .hero-video h2 {
    font-size: 16px;
  }
   .hero-video video {
    height: 325px;
  }
   .hero-video .video-container {
    height: 325px;
  }
}